home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-06-27 | 2.4 KB | 51 lines | [TEXT/MPS ] |
- On this disk you will find Dummy Tools source code for each of the Comm Toolbox
- Managers. These tools should operate inside an application, however they do not
- do anything except what is neccesary to meet minimal criteria. They respond to
- all available calls by the managers and UserBreak if any of the parameters get
- corrupted. They are given forth as an example of all the calls that Tools should
- support. Tool developers should not assume that applications will utilize Tools in
- any specific way and should respond appropriately to all Comm Toolbox calls inside
- their area. This source code is not guaranteed in anyway what so ever and should only
- be seen as examples of writing tools.
-
- The disks contains:
-
- :CMTools:
- cdef.c Example cdef C code
- cloc.p Example cloc Pascal code
- CMTool.h Header file for the C Code
- CMTool.p Header file for the Pascal Code
- cmutil.p Utility code needed for the Pascal code
- Connection The Connection Tool itself
- Connection.r The resource file for the Connection Tool
- cscr.p Example cscr Pascal code
- cset.c Example cset C code
- cval.c Example cval C code
- makefile The makefile for the Connection Tool
-
- :FTTools:
- fdef.c Example fdef C code
- FileTransfer The FileTransfer Tool itself
- FileTransfer.r The resource file for the FileTransfer Tool
- floc.p Example floc Pascal code
- fscr.p Example fscr Pascal code
- fset.c Example cset C code
- FTTool.h Header file for the C Code
- FTTool.p Header file for the Pascal Code
- ftutil.p Utility code needed for the Pascal code
- fval.c Example cval C code
- makefile The makefile for the FileTransfer Tool
-
- ':Terminal Tool for CTB:'
- tbnd.r A resource file for the Terminal Tool
- tdef.p Example tdef Pascal code
- TermGlobalUnit.p Header file for the Pascal Code
- Terminal The Terminal Tool itself
- Terminal.make The makefile for the Terminal Tool
- tloc.p Example tloc Pascal code
- tscr.p Example tscr Pascal code
- tset.p Example tset Pascal code
- tval.p Example tval Pascal code
- tver.r A resource file for the Terminal Tool
-
- ReadMe